home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / System / MCC_SpeedBar / Docs / SpeedButton-History.txt < prev    next >
Text File  |  2000-04-21  |  2KB  |  40 lines

  1.                        SpeedButton History
  2.                        -------------------
  3.  
  4.     11.23   13/04/00    - IDCMP_MOUSEOBJECT will be used to detect the
  5.                           mouse over the button when using MUI 4.
  6.  
  7.     11.22   11/04/00    - Now uses IDCMP_INTUITICKS instead of
  8.                           IDCMP_MOUSEMOVE to detect the mouse over the
  9.                           object.
  10.  
  11.     11.21   19/03/00    - Fixed long-standing bug which caused Enforcer
  12.                           hits when using scaled images.
  13.  
  14.     11.19   09/03/00    - Replaced MUI_RequestIDCMP() with
  15.                           MUIM_Window_AddEventHandler.
  16.  
  17.     11.18   29/10/99    - The scaling ratio for "Small buttons" can be
  18.                           configured among the MUI options.
  19.                           (Benny Kjær Nielsen)
  20.                         - Fixed greyed small images on RTG screens.
  21.  
  22.     11.17   16/09/99    - Buttons now use the parent object background
  23.                           when in borderless mode.
  24.  
  25.     11.16   03/09/99    - Images will be remapped only if ViewMode is
  26.                           not text only. Any change to ViewMode must be
  27.                           done in a MUIM_Group_InitChange/_ExitChange
  28.                           pair (SpeedBar does it for you usually).
  29.  
  30.     11.15   31/08/99    - Added MUIA_SpeedButton_MinHeight
  31.  
  32.     11.14   30/08/99    - Changed RTG support to use WritePixelArray()
  33.                           instead of allocating a PIXFMT_24BIT bitmap
  34.                           and drawing on it manually.
  35.                         - Fixed planar to chunky routine.
  36.  
  37.     11.13   30/08/99    - Fixed bug: one pen wasn't freed.
  38.                         - Added RTG support: no pens will be used on
  39.                           Hi/True colors screens for the images.
  40.